home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6029 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: CHIP RAM speed test results
  5. Date: 23 Mar 1996 04:33:47 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4ivuvb$s3p@sunsystem5.informatik.tu-muenchen.de>
  9. References: <38232981@kone.fipnet.fi> <4ico8k$2vau@columba.udac.uu.se> <42116651@phoenix.owl.de>
  10. NNTP-Posting-Host: hphalle5.informatik.tu-muenchen.de
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Frank Wille (frank@phoenix.owl.de) wrote:
  14.  
  15. : With my 68040/25MHz I'm getting the following results:
  16.  
  17. : move.l  (a0)+,(a1)+     ->      3.99 MB/sec
  18. : move16  (a0)+,(a1)+     ->      5.91 MB/sec
  19.  
  20. : So MOVE16 is 50% faster, although the A3640 doesn't support burst
  21. : transfers.
  22.  
  23. mhm I always though it's a question of mem-type how fast moves are.
  24. are there good boards which can squeeze max bandwidth ?
  25. move16 should be same speed like move on those.
  26.  
  27. BTW timings of my board:
  28.  
  29. move020 (a0)+,(a1)+ -> 8.8 MB/sec
  30.  
  31. so move020 is 50% faster than move16 although the A1201 doesn't 
  32. support burst transfers.
  33.  
  34.  :)
  35.  
  36. am I right the speed of 3640 compared to other boards alternates
  37. quite much dependent of the code ?
  38. all those shifts, branches and reg,reg adds done hi-speed, but if
  39. a mem read occurs, stall.
  40.  
  41. Or is the 040 able to have "free instructions" after a read
  42. if they work on different registers, for example a free 
  43. addx.l d0,d1 after a move.b (a0),d2 ?
  44.  
  45. : -- _
  46. : _ // Frank      EMail: frank@phoenix.owl.de
  47. : \X/             IRC:   Phx @ #amiga(ger)
  48. ------------------------------------------------------------------------
  49.    fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)   =:)
  50.  
  51.